From: Dave Love Date: Wed, 15 Jan 2003 17:50:12 +0000 (+0000) Subject: Set up tables for 8859-6. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28786 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=253c9a49167c5c5ecd7714b333b100dabff6a332;p=emacs.git Set up tables for 8859-6. --- diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 9a14da44a01..68a73e57bf2 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -1111,7 +1111,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.") ;; Derive tables that can be used as per-coding-system ;; `translation-table-for-encode's. - (dolist (n (list 15 14 9 8 7 5 4 3 2 1)) + (dolist (n (list 15 14 9 8 7 6 5 4 3 2 1)) (let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))) (encode-translator (set (intern (format "ucs-8859-%d-encode-table" n))